home *** CD-ROM | disk | FTP | other *** search
/ Cobra Utilities for Doom & Doom II / Cobra Utilities For Doom & Doom II - Disc 1.iso / go.bat < prev    next >
Encoding:
DOS Batch File  |  1994-10-12  |  232 b   |  15 lines

  1. @echo off
  2. if "%1" == "" goto nopath
  3. del %1\_rundoom.bat
  4. _go.exe %1
  5. if exist %1\_rundoom.bat call %1\_rundoom.bat
  6. goto :theend
  7.  
  8. :nopath
  9. _go.exe c:\doom
  10. if exist c:\doom\_rundoom.bat call c:\doom\_rundoom.bat
  11.  
  12. :theend
  13.  
  14.  
  15.